home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bbs_jul.arc / BBS#CNVT.NEW < prev    next >
Text File  |  1991-07-04  |  4KB  |  85 lines

  1.  
  2. BBS#CNVT Version 1.0 was written to convert The Programmers Guild
  3.         BBS#-mth.LST to Telix V2.12 and Procomm V2.42 directory formats.
  4.         It was my first useful 'C' program.  A month later, Telix V3.0
  5.         came out on the market, and at the same time I was informed that
  6.         Procomm V2.42 was 'old' and every one was using Procomm Plus V1.1.
  7.         Therefore I had to include these versions in my program, hence
  8.         Version 2.0.
  9.  
  10. BBS#CNVT Version 2.0 has been updated to include the following:
  11.  
  12.         - Procomm Plus Test Drive V1.1 compatibility
  13.         - Telix V3.0 compatibility
  14.         - Faster screen writes
  15.         - Extensive drive name, path name, and file name checking
  16.         - Multiple output files. ie if there are more entries in the
  17.           input file than the output file will allow, a second file
  18.           will be created.
  19.  
  20. BBS#CNVT Version 2.1 solved a few 'bugs' in Version 2.0:
  21.  
  22.         - There was a problem with the path name.
  23.              - would not accept the following format: \usr\tlx\cmd\ ...
  24.  
  25.         - There was a problem with the file name.
  26.              - would remove the '.' from 'TELIX.FON' and give 'TELIXFON.FON'
  27.                only when you type in the file name.
  28.  
  29.         - Would sometimes end with a 'Null pointer assignment' error.
  30.              - Still occurs, but only if you specify a drive name in 
  31.                the file name.
  32.  
  33.              ***NOTE*** This problem does not affect the output in any way.
  34.                         It merely looks unattractive when the program ends.
  35.                         I am looking very hard to find this one particular
  36.                         problem.
  37.  
  38.         Almost all these problems have been solved.  The problems were all 
  39.         related, as they were written by the same person.  I will not attempt 
  40.         to make any excuses for these problems, but I would like to explain that
  41.         Version 2.0 was written during a blistering hot 'HEAT WAVE'.  Now,
  42.         this may sound like an excuse but it isn't.  Unfortunately, the only
  43.         thing that is 'conditioned' in my house is ME, not my AIR!  During a 
  44.         'HEAT WAVE' two things become unreliable:
  45.            1) The computer being worked on in 97°F plus humidity.
  46.            2) The programmer who crazy enough to be working on the computer
  47.               in that kind of atmosphere.
  48.  
  49.         I apologize for any inconvenience these problems may have caused you.
  50.  
  51.  
  52. BBS#CNVT Version 2.12 (1991.  Yes, I still exist!)
  53.  
  54.         - An interim release to allow for some modifications in the GUILD
  55.           listings.
  56.  
  57.             It's been a long time since I looked at this code!!!!
  58.  
  59.  
  60. BBS#CNVT Version 2.13 (1991)
  61.  
  62.         - Included the newest version of Procomm Plus
  63.         - Removed Support for Telix 2.12
  64.         - Finally included support for all you QMODEM users
  65.         - Reafirmed my commitment to start working on VERSION 3.0!
  66.           (No delivery date promises this time, I'm two years late on
  67.            the last promise)
  68.  
  69.  
  70.           I have to admit, I never thought that this program would
  71.           be around this long.  I would have figured that someone
  72.           would develop something better, and force this one into
  73.           retirement.
  74.  
  75.           I am extremely pleased that you are still using this product.
  76.           If you have any suggestion to improve the overall product, please
  77.           let me know by leaving a message on the GUILD.
  78.  
  79. If there are any other Communication packages you think I should include in
  80. this utility, Please leave me a message on The Programmers Guild
  81. at (416) 824-5139 or (416) 824-4731
  82.  
  83.                        Thank you........ Mark Droog
  84.  
  85.